Click or drag to resize

ResponseCode Enumeration

Provides status information about the request.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public enum ResponseCode
Members
  Member nameValueDescription
NoError0 No error occurred for the request.
ErrorAccessDenied1 This error occurs when the calling account does not have the rights to perform the requested action.
ErrorAccessModeSpecified2 This error is for internal use only. This error is not returned.
ErrorAccountDisabled3 This error occurs when the account in question has been disabled.
ErrorAddDelegatesFailed4 This error occurs when a list with added delegates cannot be saved.
ErrorAddressSpaceNotFound5 This error occurs when the address space record, or Domain Name System (DNS) domain name, for cross-forest availability could not be found in the Active Directory database.
ErrorADOperation6 This error occurs when the operation failed because of communication problems with Active Directory Domain Services (AD DS).
ErrorADSessionFilter7 This error is returned when a ResolveNames operation request specifies a name that is not valid.
ErrorADUnavailable8 This error occurs when AD DS is unavailable.
ErrorAutoDiscoverFailed9 This error indicates that Exchange Web Services tried to determine the location of a cross-forest computer that is running Exchange 2010 that has the Client Access server role installed by using the Autodiscover service, but the call to the Autodiscover service failed.
ErrorAffectedTaskOccurrencesRequired10 This error indicates that the AffectedTaskOccurrences attribute was not specified. When the DeleteItem element is used to delete at least one item that is a task, and regardless of whether that task is recurring or not, the AffectedTaskOccurrences attribute has to be specified so that DeleteItem can determine whether to delete the current occurrence or the entire series.
ErrorAttachmentNestLevelLimitExceeded11 Specifies that an attempt was made to create an item with more than 10 nested attachments.
ErrorAttachmentSizeLimitExceeded12 The CreateAttachment element returns this error if an attempt is made to create an attachment with size exceeding Int32.MaxValue, in bytes. The GetAttachment element returns this error if an attempt to retrieve an existing attachment with size exceeding Int32.MaxValue, in bytes.
ErrorArchiveFolderPathCreation13 Applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorArchiveMailboxNotEnabled14 Applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorArchiveMailboxServiceDiscoveryFailed15 Applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorAvailabilityConfigNotFound16 This error indicates that the availability configuration information for the local forest is missing from AD DS.
ErrorBatchProcessingStopped17 This error indicates that an exception occurred while processing an item and that exception is likely to occur for the items that follow. Requests may include multiple items; for example, a GetItem operation request might include multiple identifiers. In general, items are processed one at a time. If an exception occurs while processing an item and that exception is likely to occur for the items that follow, items that follow will not be processed.
ErrorCalendarCannotMoveOrCopyOccurrence18 This error occurs when an attempt is made to move or copy an occurrence of a recurring calendar item.
ErrorCalendarCannotUpdateDeletedItem19 This error occurs when an attempt is made to update a calendar item that is located in the Deleted Items folder and when meeting updates or cancellations are to be sent according to the value of the SendMeetingInvitationsOrCancellations attribute.
ErrorCalendarCannotUseIdForOccurrenceId20 This error occurs when the UpdateItem, GetItem, DeleteItem, MoveItem, CopyItem, or SendItem operation is called and the ID that was specified is not an occurrence ID of any recurring calendar item.
ErrorCalendarCannotUseIdForRecurringMasterId21 This error occurs when the UpdateItem, GetItem, DeleteItem, MoveItem, CopyItem, or SendItem operation is called and the ID that was specified is not an ID of any recurring master item.
ErrorCalendarDurationIsTooLong22 This error occurs during a CreateItem or UpdateItem operation when a calendar item duration is longer than the maximum allowed, which is currently 5 years.
ErrorCalendarEndDateIsEarlierThanStartDate23 This error occurs when a calendar End time is set to the same time or after the Start time.
ErrorCalendarFolderIsInvalidForCalendarView24 This error occurs when the specified folder for a FindItem operation with a CalendarView element is not of calendar folder type.
ErrorCalendarInvalidAttributeValue25 This response code is not used.
ErrorCalendarInvalidDayForTimeChangePattern26 This error occurs during a CreateItem or UpdateItem operation when invalid values of Day, WeekendDay, and Weekday are used to define the time change pattern.
ErrorCalendarInvalidDayForWeeklyRecurrence27 This error occurs during a CreateItem or UpdateItem operation when invalid values of Day, WeekDay, and WeekendDay are used to specify the weekly recurrence.
ErrorCalendarInvalidPropertyState28 This error occurs when the state of a calendar item recurrence binary large object (BLOB) in the Exchange store is invalid.
ErrorCalendarInvalidPropertyValue29 This response code is not used.
ErrorCalendarInvalidRecurrence30 This error occurs when the specified recurrence cannot be created.
ErrorCalendarInvalidTimeZone31 This error occurs when an invalid time zone is encountered.
ErrorCalendarIsCancelledForAccept32 Indicates that a calendar item has been canceled.
ErrorCalendarIsCancelledForDecline33 Indicates that a calendar item has been canceled.
ErrorCalendarIsCancelledForRemove34 Indicates that a calendar item has been canceled.
ErrorCalendarIsCancelledForTentative35 Indicates that a calendar item has been canceled.
ErrorCalendarIsDelegatedForAccept36 This error indicates that the AcceptItem element is invalid for a calendar item or meeting request in a delegated scenario.
ErrorCalendarIsDelegatedForDecline37 This error indicates that the DeclineItem element is invalid for a calendar item or meeting request in a delegated scenario.
ErrorCalendarIsDelegatedForRemove38 This error indicates that the RemoveItem element is invalid for a meeting cancellation in a delegated scenario.
ErrorCalendarIsDelegatedForTentative39 This error indicates that the TentativelyAcceptItem element is invalid for a calendar item or meeting request in a delegated scenario.
ErrorCalendarIsNotOrganizer40 This error indicates that the operation (currently CancelItem) on the calendar item is not valid for an attendee. Only the meeting organizer can cancel the meeting.
ErrorCalendarIsOrganizerForAccept41 This error indicates that AcceptItem is invalid for the organizer’s calendar item.
ErrorCalendarIsOrganizerForDecline42 This error indicates that DeclineItem is invalid for the organizer’s calendar item.
ErrorCalendarIsOrganizerForRemove43 This error indicates that RemoveItem is invalid for the organizer’s calendar item. To remove a meeting from the calendar, the organizer must use CancelItem.
ErrorCalendarIsOrganizerForTentative44 This error indicates that TentativelyAcceptItem is invalid for the organizer’s calendar item.
ErrorCalendarOccurrenceIndexIsOutOfRecurrenceRange45 This error indicates that the occurrence index does not point to an occurrence within the current recurrence. For example, if your recurrence pattern defines a set of three meeting occurrences and you try to access the fifth occurrence, this response code will result.
ErrorCalendarOccurrenceIsDeletedFromRecurrence46 This error indicates that any operation on a deleted occurrence (addressed via recurring master ID and occurrence index) is invalid.
ErrorCalendarOutOfRange47 This error is reported on Create/Update calendar item or task recurrence properties when the property value is out of range. For example, specifying the fifteenth week of the month will result in this response code.
ErrorCalendarMeetingRequestIsOutOfDate48 This error indicates that a meeting request is out-of-date and cannot be updated.
ErrorCalendarViewRangeTooBig49 This error occurs when Start to End range for the CalendarView element is more than the maximum allowed, currently 2 years.
ErrorCallerIsInvalidADAccount50 Indicates that the requesting account is not a valid account in the directory database.
ErrorCannotArchiveCalendarContactTaskFolderException51 Items in Calendar, Contacts, or Tasks folders cannot be archived. The ErrorCannotArchiveCalendarContactTaskFolderException field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorCannotArchiveItemsInPublicFolders52 Items in public folders cannot be archived. The ErrorCannotArchiveItemsInPublicFolders field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorCannotArchiveItemsInArchiveMailbox53 Items in archive mailboxes cannot be archived. The ErrorCannotArchiveItemsInArchiveMailbox field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorCannotCreateCalendarItemInNonCalendarFolder54 This error occurs when a calendar item is being created and the SavedItemFolderId attribute refers to a non-calendar folder.
ErrorCannotCreateContactInNonContactFolder55 This error occurs when a contact is being created and the SavedItemFolderId attribute refers to a non-contact folder.
ErrorCannotCreatePostItemInNonMailFolder56 This error indicates that a post item cannot be created in a folder other than a mail folder, such as Calendar, Contact, Tasks, Notes, and so on.
ErrorCannotCreateTaskInNonTaskFolder57 This error occurs when a task is being created and the SavedItemFolderId attribute refers to a non-task folder.
ErrorCannotDeleteObject58 This error occurs when the item or folder to delete cannot be deleted.
ErrorCannotDisableMandatoryExtension59 The end users cannot disable mandatory extensions. The ErrorCannotDisableMandatoryExtension field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorCannotGetSourceFolderPath60 Unable to read the folder path for the source folder while archiving items. The ErrorCannotGetSourceFolderPath field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorCannotGetExternalEcpUrl61 Cannot get the external Exchange Control Panel URL. This can happen if the external Exchange Control Panel URL isn't configured. The ErrorCannotGetExternalEcpUrl field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorCannotOpenFileAttachment62 The GetAttachment operation returns this error if it cannot retrieve the body of a file attachment.
ErrorCannotDeleteTaskOccurrence63 The DeleteItem Operation returns this error when it fails to delete the current occurrence of a recurring task. This can only happen if the AffectedTaskOccurrences attribute has been set to SpecifiedOccurrenceOnly.
ErrorCannotEmptyFolder64 Indicates that a folder cannot be emptied.
ErrorCannotSetCalendarPermissionOnNonCalendarFolder65 This error indicates that the caller tried to set calendar permissions on a non-calendar folder.
ErrorCannotSetNonCalendarPermissionOnCalendarFolder66 This error indicates that the caller tried to set non-calendar permissions on a calendar folder.
ErrorCannotSetPermissionUnknownEntries67 This error indicates that you cannot set unknown permissions in a permissions set.
ErrorCannotSpecifySearchFolderAsSourceFolder68 Cannot specify search folders as source folders while archiving items. The ErrorCannotSpecifySearchFolderAsSourceFolder field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorCannotUseFolderIdForItemId69 This error occurs when a request that requires an item identifier is given a folder identifier.
ErrorCannotUseItemIdForFolderId70 This error occurs when a request that requires a folder identifier is given an item identifier.
ErrorChangeKeyRequired71 This response code has been replaced by ErrorChangeKeyRequiredForWriteOperations.
ErrorChangeKeyRequiredForWriteOperations72 This error is returned when the change key for an item is missing or stale. For SendItem, UpdateItem, and UpdateFolder operations, the caller must pass in a correct and current change key for the item. Note that this is the case with UpdateItem even when conflict resolution is set to always overwrite.
ErrorClientDisconnected73 Indicates that the client is disconnected.
ErrorClientIntentInvalidStateDefinition74
ErrorClientIntentNotFound75
ErrorConnectionFailed76 This error occurs when Exchange Web Services cannot connect to the mailbox.
ErrorContainsFilterWrongType77 Indicates that the property inspected for a Contains filter is not a string type.
ErrorContentConversionFailed78 The GetItem operation returns this error when Exchange Web Services is unable to retrieve the MIME content for the item requested. The CreateItem operation returns this error when Exchange Web Services is unable to create the item from the supplied MIME content. Usually this is an indication that the item property is corrupted or truncated.
ErrorContentIndexingNotEnabled79
ErrorCorruptData80 This error occurs when the data is corrupted and cannot be processed.
ErrorCreateItemAccessDenied81 This error occurs when the caller does not have permission to create the item.
ErrorCreateManagedFolderPartialCompletion82 This error occurs when one or more of the managed folders that were specified in the CreateManagedFolder operation request failed to be created. Search for each folder to determine which folders were created and which folders do not exist.
ErrorCreateSubfolderAccessDenied83 This error occurs when the calling account does not have the permissions required to create the subfolder.
ErrorCrossMailboxMoveCopy84 This error occurs when an attempt is made to move an item or folder from one mailbox to another. If the source mailbox and destination mailbox are different, you will get this error.
ErrorCrossSiteRequest85 Indicates that the request is not allowed because the Client Access server that should service the request is in a different site.
ErrorDataSizeLimitExceeded86 This error can occur in the following scenarios: 1.An attempt is made to access or write a property on an item and the property value is too large. 2.The base64 encoded MIME content length within the request XML exceeds the limit. 3.The size of the body of an existing item body exceeds the limit. 4.The consumer tries to set an HTML or text body whose length (or combined length in the case of append) exceeds the limit.
ErrorDataSourceOperation87 This error occurs when the underlying data provider fails to complete the operation.
ErrorDelegateAlreadyExists88 This error occurs in an AddDelegate operation when the specified user already exists in the list of delegates.
ErrorDelegateCannotAddOwner89 This error occurs in an AddDelegate operation when the specified user to be added is the owner of the mailbox.
ErrorDelegateMissingConfiguration90 This error occurs in a GetDelegate operation when either there is no delegate information on the local FreeBusy message or no Active Directory public delegate (no “public delegate” or no "Send On Behalf" entry in AD DS).
ErrorDelegateNoUser91 This error occurs in a GetDelegate operation when either there is no delegate information on the local FreeBusy message or no Active Directory public delegate (no “public delegate” or no "Send On Behalf" entry in AD DS).
ErrorDelegateValidationFailed92 This error occurs in the AddDelegate operation when an added delegate user is not valid.
ErrorDeleteDistinguishedFolder93 This error occurs when an attempt is made to delete a distinguished folder.
ErrorDeleteItemsFailed94 This response code is not used.
ErrorDeleteUnifiedMessagingPromptFailed95
ErrorDistinguishedUserNotSupported96 This error indicates that a distinguished user ID is not valid for the operation. DistinguishedUserType should not be present in the request.
ErrorDistributionListMemberNotExist97 Indicates that a request distribution list member does not exist in the distribution list.
ErrorDuplicateInputFolderNames98 This error occurs when duplicate folder names are specified within the FolderNames element of the CreateManagedFolder operation request.
ErrorDuplicateUserIdsSpecified99 This error indicates that a duplicate user ID has been found in a permission set, either Default or Anonymous are set more than once, or there are duplicate SIDs or recipients.
ErrorEmailAddressMismatch100 This error occurs when a request attempts to create/update the search parameters of a search folder. For example, this can occur when a search folder is created in the mailbox but the search folder is directed to look in another mailbox.
ErrorEventNotFound101 This error occurs when the event that is associated with a watermark is deleted before the event is returned. When this error is returned, the subscription is also deleted.
ErrorExceededConnectionCount102 Indicates that there are more concurrent requests against the server than allowed by a user's policy.
ErrorExceededSubscriptionCount103 Indicates that a user's throttling policy maximum subscription count has been exceeded.
ErrorExceededFindCountLimit104 Indicates that a search operation call has exceeded the total number of items that can be returned.
ErrorExpiredSubscription105 This error -iIndicates that there are more concurrent requests against the server than are allowed by a user's policy.
ErrorExtensionNotFound106 Cannot find the extension with the specified identifier. The ErrorExtensionNotFound field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorFolderCorrupt107 This error occurs when the folder is corrupted and cannot be saved.
ErrorFolderNotFound108 This error indicates that the folder ID that was specified does not correspond to a valid folder, or that the delegate does not have permission to access the folder.
ErrorFolderPropertRequestFailed109 This error indicates that the requested property could not be retrieved. This does not indicate that the property does not exist, but that the property was corrupted in some way so that the retrieval failed.
ErrorFolderSave110 This error indicates that the folder could not be created or updated because of an invalid state.
ErrorFolderSaveFailed111 This error indicates that the folder could not be created or updated because of an invalid state.
ErrorFolderSavePropertyError112 This error indicates that the folder could not be created or updated because of invalid property values. The response code lists which properties caused the problem.
ErrorFolderExists113 This error occurs when an attempt is made to create a folder that has the same name as another folder in the same parent. Duplicate folder names are not allowed.
ErrorFreeBusyGenerationFailed114 This error is returned when free/busy information cannot be retrieved because of an intervening failure.
ErrorGetServerSecurityDescriptorFailed115 This response code is not used.
ErrorImContactLimitReached116 The maximum number of contacts to block/add for instant messaging (IM) has been reached. The ErrorImContactLimitReached field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorImGroupDisplayNameAlreadyExists117 The IM group display name already exists. The ErrorImGroupDisplayNameAlreadyExists field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorImGroupLimitReached118 The maximum number of distribution group members to send an IM has been reached. The ErrorImGroupLimitReached field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorImpersonateUserDenied119 The error is returned in the server-to-server authorization case for Exchange Impersonation when the caller does not have the proper rights to impersonate the specific user in question. This error maps to the ms-Exch-EPI-May-Impersonate extended Active Directory right.
ErrorImpersonationDenied120 This error is returned in the server-to-server authorization for Exchange Impersonation when the caller does not have the proper rights to impersonate through the Client Access server that they are making the request against. This maps to the ms-Exch-EPI-Impersonation extended Active Directory right.
ErrorImpersonationFailed121 This error indicates that there was an unexpected error when an attempt was made to perform server-to-server authentication. This response code typically indicates either that the service account that is running the Exchange Web Services application pool is configured incorrectly, that Exchange Web Services cannot talk to the directory, or that a trust between forests is not correctly configured.
ErrorIncorrectSchemaVersion122 This error indicates that the request was valid for the current Exchange Server version but was invalid for the request server version that was specified.
ErrorIncorrectUpdatePropertyCount123 This error indicates that each change description in the UpdateItem or UpdateFolder elements must list only one property to update.
ErrorIndividualMailboxLimitReached124 This error occurs when the request contains too many attendees to resolve. By default, the maximum number of attendees to resolve is 100.
ErrorInsufficientResources125 This error occurs when the mailbox server is overloaded. Try your request again later.
ErrorInternalServerError126 This error indicates that Exchange Web Services encountered an error that it could not recover from, and a more specific response code that is associated with the error that occurred does not exist.
ErrorInternalServerTransientError127 This error indicates that an internal server error occurred and that you should try your request again later.
ErrorInvalidAccessLevel128 This error indicates that the level of access that the caller has on the free/busy data is invalid.
ErrorInvalidArgument129 Indicates an error caused by all invalid arguments passed to the GetMessageTrackingReport operation. This error is returned in the following scenarios: The user specified in the sending-as parameter does not exist in the directory; the user specified in the sending-as parameter is not unique in the directory; the sending-as address is empty; the sending-as address is not a valid email address.
ErrorInvalidAttachmentId130 This error is returned by the GetAttachment Operation or the DeleteAttachment Operation when an attachment that corresponds to the specified ID is not found.
ErrorInvalidAttachmentSubfilter131 This error occurs when you try to bind to an existing search folder by using a complex attachment table restriction. Exchange Web Services only supports simple contains filters against the attachment table. If you try to bind to an existing search folder that has a more complex attachment table restriction (a subfilter), Exchange Web Services cannot render the XML for that filter and returns this response code. Note that you can still call the GetFolder operation on the folder, but do not request the SearchParameters property.
ErrorInvalidAttachmentSubfilterTextFilter132 This error occurs when you try to bind to an existing search folder by using a complex attachment table restriction. Exchange Web Services only supports simple contains filters against the attachment table. If you try to bind to an existing search folder that has a more complex attachment table restriction, Exchange Web Services cannot render the XML for that filter. In this case, the attachment subfilter contains a text filter, but it is not looking at the attachment display name. Note that you can still call the GetFolder operation on the folder, but do not request the SearchParameters property.
ErrorInvalidAuthorizationContext133 This error indicates that the authorization procedure for the requestor failed.
ErrorInvalidChangeKey134 This error occurs when a consumer passes in a folder or item identifier with a change key that cannot be parsed. For example, this could be invalid base64 content or an empty string.
ErrorInvalidClientSecurityContext135 This error indicates that there was an internal error when an attempt was made to resolve the identity of the caller.
ErrorInvalidCompleteDate136 This error is returned when an attempt is made to set the CompleteDate element value of a task to a time in the future. When it is converted to the local time of the Client Access server, the CompleteDate of a task cannot be set to a value that is later than the local time on the Client Access server.
ErrorInvalidContactEmailAddress137 Indicates that an invalid e-mail address was provided for a contact.
ErrorInvalidContactEmailIndex138 Indicates that an invalid e-mail index value was provided for an e-mail entry.
ErrorInvalidCrossForestCredentials139 This error occurs when the credentials that are used to proxy a request to a different directory service forest fail authentication.
ErrorInvalidDelegatePermission140 This error indicates that the specified folder permissions are invalid.
ErrorInvalidDelegateUserId141 This error indicates that the specified delegate user ID is invalid.
ErrorInvalidExcludesRestriction142 This error occurs when the bitmask that was passed into an Excludes element restriction is unable to be parsed.
ErrorInvalidExpressionTypeForSubFilter143 This response code is not used.
ErrorInvalidExtendedProperty144 This error occurs when the following events take place: The caller tries to use an extended property that is not supported by Exchange Web Services. The caller passes in an invalid combination of attribute values for an extended property. This also occurs if no attributes are passed. Only certain combinations are allowed.
ErrorInvalidExtendedPropertyValue145 This error occurs when the value section of an extended property does not match the type of the property; for example, setting an extended property that has PropertyType="String" to an array of integers will result in this error. Any string representation that is not coercible into the type that is specified for the extended property will give this error.
ErrorInvalidFolderId146 This error occurs when the folder ID is corrupt.
ErrorInvalidFolderTypeForOperation147 This error indicates that the specified folder type is invalid for the current operation. For example, you cannot create a Search folder in a public folder.
ErrorInvalidFractionalPagingParameters148 This error occurs in fractional paging when the user has specified one of the following: A numerator that is greater than the denominator A numerator that is less than zero A denominator that is less than or equal to zero
ErrorInvalidFreeBusyViewType149 This error occurs when the GetUserAvailability Operation is called with a FreeBusyViewType of None.
ErrorInvalidId150 This error indicates that the ID and/or change key is malformed.
ErrorInvalidIdEmpty151 This error occurs when the caller specifies an Id attribute that is empty.
ErrorInvalidIdMalformed152 This error occurs when the caller specifies an Id attribute that is malformed.
ErrorInvalidIdMalformedEwsLegacyIdFormat153 This error indicates that a folder or item ID that is using the Exchange 2007 format was specified for a request with a version of Exchange 2007 SP1 or later. You cannot use Exchange 2007 IDs in Exchange 2007 SP1 or later requests. You have to use the ConvertId Operationto convert them first.
ErrorInvalidIdMonikerTooLong154 This error occurs when the caller specifies an Id attribute that is too long.
ErrorInvalidIdNotAnItemAttachmentId155 This error is returned whenever an ID that is not an item attachment ID is passed to a Web service method that expects an attachment ID.
ErrorInvalidIdReturnedByResolveNames156 This error occurs when a contact in your mailbox is corrupt.
ErrorInvalidIdStoreObjectIdTooLong157 This error occurs when the caller specifies an Id attribute that is too long.
ErrorInvalidIdTooManyAttachmentLevels158 This error is returned when the attachment hierarchy on an item exceeds the maximum of 255 levels deep.
ErrorInvalidIdXml159 This response code is not used.
ErrorInvalidImContactId160
ErrorInvalidImDistributionGroupSmtpAddress161
ErrorInvalidImGroupId162
ErrorInvalidIndexedPagingParameters163 This error occurs if the offset for indexed paging is negative.
ErrorInvalidInternetHeaderChildNodes164 This response code is not used.
ErrorInvalidItemForOperationArchiveItem165 Invalid item type for an ArchiveItem action. The ErrorInvalidItemForOperationArchiveItem field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorInvalidItemForOperationCreateItemAttachment166 This error is returned when an attempt is made to create an item attachment of an unsupported type. Supported item types for item attachments include the following objects: ItemType MessageType CalendarItemType TaskType ContactItemType For example, if you try to create a MeetingMessage attachment, you will encounter this response code.
ErrorInvalidItemForOperationCreateItem167 This error is returned from a CreateItem Operation if the request contains an unsupported item type. Supported items include the following objects: ItemType MessageType CalendarItemType TaskType ContactItemType Certain types are created as a side effect of doing something else. MeetingMessages, for example, are created when you send a calendar item to attendees; they are not explicitly created.
ErrorInvalidItemForOperationAcceptItem168 This error occurs when an attempt is made to use an AcceptItem operation for an item type other than a meeting request or a calendar item, or when an attempt is made to accept a calendar item occurrence that is in the Deleted Items folder.
ErrorInvalidItemForOperationDeclineItem169 This error occurs when an attempt is made to use a DeclineItem operation for an item type other than a meeting request or a calendar item, or when an attempt is made to decline a calendar item occurrence that is in the Deleted Items folder.
ErrorInvalidItemForOperationCancelItem170 This error occurs when an attempt is made to use a CancelItem operation on an item type other than a calendar item.
ErrorInvalidItemForOperationExpandDL171 This error indicates that the ExpandDL Operation is valid only for private distribution lists.
ErrorInvalidItemForOperationRemoveItem172 This error is returned from a RemoveItem operation if the request specifies an item that is not a meeting cancellation item.
ErrorInvalidItemForOperationSendItem173 This error is returned from a SendItem Operation if the request specifies an item that is not a message item.
ErrorInvalidItemForOperationTentative174 This error occurs when an attempt is made to use TentativelyAcceptItem for an item type other than a meeting request or a calendar item, or when an attempt is made to tentatively accept a calendar item occurrence that is in the Deleted Items folder.
ErrorInvalidLogonType175 Indicates that an invalid logon type was used.
ErrorInvalidMailbox176 Indicates that the CreateItem or UpdateItem operation failed while creating or updating a personal distribution list.
ErrorInvalidManagedFolderProperty177 This error occurs when the structure of the managed folder is corrupted and cannot be rendered.
ErrorInvalidManagedFolderQuota178 This error occurs when the quota that is set on the managed folder is less than zero, which indicates a corrupted managed folder.
ErrorInvalidManagedFolderSize179 This error occurs when the size that is set on the managed folder is less than zero, which indicates a corrupted managed folder.
ErrorInvalidMergedFreeBusyInterval180 This error occurs when the supplied merged free/busy internal value is invalid. The default minimum value is 5 minutes. The default maximum value is 1440 minutes.
ErrorInvalidNameForNameResolution181 This error occurs when the name is invalid for the ResolveNames Operation. For example, a zero length string, a single space, a comma, and a dash are all invalid names.
ErrorInvalidOperation182 This is a general error that is used when the requested operation is invalid. For example, you cannot do the following: Perform a “Deep” traversal by using the FindFolder Operation on a public folder. Move or copy the public folder root. Delete an associated item by using any mode except “Hard” delete. Move or copy an associated item.
ErrorInvalidNetworkServiceContext183 This error indicates an error in the Network Service account on the Client Access server.
ErrorInvalidOofParameter184 This response code is not used.
ErrorInvalidPagingMaxRows185 This error occurs when a consumer passes in a zero or a negative value for the maximum rows to be returned.
ErrorInvalidParentFolder186 This error occurs when a consumer passes in an invalid parent folder for an operation. For example, this error is returned if you try to create a folder within a search folder.
ErrorInvalidPercentCompleteValue187 This error is returned when an attempt is made to set a task completion percentage to an invalid value. The value must be between 0 and 100 (inclusive).
ErrorInvalidPermissionSettings188 This error indicates that the permission level is inconsistent with the permission settings.
ErrorInvalidPhoneCallId189 Indicates that the caller identifier is not valid.
ErrorInvalidPhoneNumber190 Indicates that the phone number is not correct or does not fit the dial plan rules.
ErrorInvalidUserInfo191 This error indicates that an internally inconsistent UserId was specified for a permissions operation. For example, if a distinguished user ID is specified (Default or Anonymous), this error is returned if you also try to specify a SID, or primary SMTP address or display name for this user.
ErrorInvalidPropertyAppend192 This error occurs when the property that you are trying to append to does not support appending. The following are the only properties that support appending: Recipient collections (ToRecipients, CcRecipients, BccRecipients) Attendee collections (RequiredAttendees, OptionalAttendees, Resources) Body ReplyTo In addition, this error occurs when a message body is appended if the format specified in the request does not match the format of the item in the store.
ErrorInvalidPropertyDelete193 This error occurs if the delete operation is specified in an UpdateItem Operation or UpdateFolder Operation call for a property that does not support the delete operation. For example, you cannot delete the ItemId property of the ItemType object.
ErrorInvalidPropertyForExists194 This error occurs if the consumer passes in one of the flag properties in an Exists filter. For example, this error occurs if the IsRead or IsFromMe flags are specified in the Exists element. The request should use the IsEqualTo element instead for these as they are flags and therefore part of a single property.
ErrorInvalidPropertyForOperation195 This error occurs when the property that you are trying to manipulate does not support the operation that is being performed on it.
ErrorInvalidPropertyRequest196 This error occurs if a property that is specified in the request is not available for the item type. For example, this error is returned if a property that is only available on calendar items is requested in a GetItem Operation call for a message or is updated in an UpdateItem Operation call for a message. This occurs in the following operations: GetItem Operation GetFolder Operation UpdateItem Operation UpdateFolder Operation
ErrorInvalidPropertySet197 This error indicates that the property that you are trying to manipulate does not support the operation that is being performed on it. For example, this error is returned if the property that you are trying to set is read-only.
ErrorInvalidPropertyUpdateSentMessage198 This error occurs during an UpdateItem Operation when a client tries to update certain properties of a message that has already been sent. For example, the following properties cannot be updated on a sent message: IsReadReceiptRequested IsDeliveryReceiptRequested
ErrorInvalidProxySecurityContext199 This response code is not used.
ErrorInvalidPullSubscriptionId200 This error occurs if you call the GetEvents Operation or the Unsubscribe Operation by using a push subscription ID. To unsubscribe from a push subscription, you must respond to a push request with an unsubscribe response, or disconnect your Web service and wait for the push notifications to time out.
ErrorInvalidPushSubscriptionUrl201
ErrorInvalidRecipients202 This error indicates that the recipient collection on your message or the attendee collection on your calendar item is invalid. For example, this error will be returned when an attempt is made to send an item that has no recipients.
ErrorInvalidRecipientSubfilter203 This error indicates that the search folder has a recipient table filter that Exchange Web Services cannot represent. To get around this error, retrieve the folder without requesting the search parameters.
ErrorInvalidRecipientSubfilterComparison204 This error indicates that the search folder has a recipient table filter that Exchange Web Services cannot represent. To get around this error, retrieve the folder without requesting the search parameters.
ErrorInvalidRecipientSubfilterOrder205 This error indicates that the search folder has a recipient table filter that Exchange Web Services cannot represent. To get around this error, retrieve the folder without requesting the search parameters.
ErrorInvalidRecipientSubfilterTextFilter206 This error indicates that the search folder has a recipient table filter that Exchange Web Services cannot represent. To get around this error, retrieve the folder without requesting the search parameters.
ErrorInvalidReferenceItem207 This error is returned from the CreateItem Operation for Forward and Reply response objects in the following scenarios: The referenced item identifier is not a Message, a CalendarItem, or a descendant of a Message or CalendarItem. The reference item identifier is for a CalendarItem and the organizer is trying to Reply or ReplyAll to himself. The message is a draft and Reply or ReplyAll is selected. The reference item, for SuppressReadReceipt, is not a Message or a descendant of a Message.
ErrorInvalidRequest208 This error occurs when the SOAP request has a SOAP action header, but nothing in the SOAP body. Note that the SOAP Action header is not required as Exchange Web Services can determine the method to call from the local name of the root element in the SOAP body.
ErrorInvalidRestriction209 This response code is not used.
ErrorInvalidRetentionTagTypeMismatch210 A policy tag of the wrong type was applied to an item or folder. The ErrorInvalidRetentionTagTypeMismatch field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorInvalidRetentionTagInvisible211 An invisible retention policy was applied to the item or folder. The ErrorInvalidRetentionTagInvisible field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorInvalidRetentionTagInheritance212 An implicit policy tag was applied to the target item or folder. The ErrorInvalidRetentionTagInheritance field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorInvalidRetentionTagIdGuid213 Invalid retention tag identifer GUID. The ErrorInvalidRetentionTagIdGuid field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorInvalidRoutingType214 This error occurs if the routing type that is passed for an EmailAddressType is invalid. Typically, the routing type is set to Simple Mail Transfer Protocol (SMTP).
ErrorInvalidScheduledOofDuration215 This error occurs if the specified duration end time is not greater than the start time, or if the end time does not occur in the future.
ErrorInvalidSecurityDescriptor216 This error indicates that the Exchange security descriptor on the Calendar folder in the store is corrupted.
ErrorInvalidSendItemSaveSettings217 This error occurs during an attempt to send an item where the SavedItemFolderId is specified in the request but the SaveItemToFolder property is set to false.
ErrorInvalidSerializedAccessToken218 This error indicates that the token that was passed in the header is malformed, does not refer to a valid account in the directory, or is missing the primary group ConnectingSID.
ErrorInvalidServerVersion219 This error indicates that an invalid request server version was specified in the request.
ErrorInvalidSid220 This error occurs when an invalid SID is passed in a request.
ErrorInvalidSIPUri221 Indicates that the SIP name, dial plan, or the phone number are invalid SIP URI.
ErrorInvalidSmtpAddress222 This error occurs when the SMTP address cannot be parsed.
ErrorInvalidSubfilterType223 This response code is not used.
ErrorInvalidSubfilterTypeNotAttendeeType224 This response code is not used.
ErrorInvalidSubfilterTypeNotRecipientType225 This response code is not used.
ErrorInvalidSubscription226 This error indicates that the subscription is no longer valid. This could be because the Client Access server is restarting or because the subscription is expired.
ErrorInvalidSubscriptionRequest227 This error indicates that the subscribe request included multiple public folder IDs. A subscription can include multiple folders from the same mailbox or one public folder ID.
ErrorInvalidSyncStateData228 This error is returned by SyncFolderItems or SyncFolderHierarchy if the SyncState data that is passed is invalid. To fix this error, you must resynchronize without the sync state. Make sure that if you are persisting sync state BLOBs, you are not accidentally truncating the BLOB.
ErrorInvalidTimeInterval229 This error indicates that the specified time interval is invalid. The start time must be greater than or equal to the end time.
ErrorInvalidUserOofSettings230 This error indicates that the user Out of Office (OOF) settings are invalid because of a missing internal or external reply.
ErrorInvalidUserPrincipalName231 This error occurs during Exchange Impersonation. The caller passed in an invalid UPN in the SOAP header that was not accessible in the directory.
ErrorInvalidUserSid232 This error occurs when an invalid SID is passed in a request.
ErrorInvalidUserSidMissingUPN233 This response code is not used.
ErrorInvalidValueForProperty234 This error indicates that the comparison value in the restriction is invalid for the property you are comparing against. For example, the comparison value of DateTimeCreated > true would return this response code. This response code is also returned if you specify an enumeration property in the comparison, but the value that you are comparing against is not a valid value for that enumeration.
ErrorInvalidWatermark235 This error is caused by an invalid watermark.
ErrorIPGatewayNotFound236 Indicates that a valid VoIP gateway is not available.
ErrorIrresolvableConflict237 This error indicates that conflict resolution was unable to resolve changes for the properties. The items in the store may have been changed and have to be updated. Retrieve the updated change key and try again.
ErrorItemCorrupt238 This error indicates that the state of the object is corrupted and cannot be retrieved. When you are retrieving an item, only certain properties will be in this state, such as Body and MimeContent. Omit these properties and retry the operation.
ErrorItemNotFound239 This error occurs when the item was not found or you do not have permission to access the item.
ErrorItemPropertyRequestFailed240 This error occurs if a property request on an item fails. The property may exist, but it could not be retrieved.
ErrorItemSave241 This error occurs when attempts to save the item or folder fail.
ErrorItemSavePropertyError242 This error occurs when attempts to save the item or folder fail because of invalid property values. The response code includes the path of the invalid properties.
ErrorLegacyMailboxFreeBusyViewTypeNotMerged243 This response code is not used.
ErrorLocalServerObjectNotFound244 This response code is not used.
ErrorLogonAsNetworkServiceFailed245 This error indicates that the Availability service was unable to log on as the network service to proxy requests to the appropriate sites or forests. This response typically indicates a configuration error.
ErrorMailboxConfiguration246 This error indicates that the mailbox information in AD DS is configured incorrectly.
ErrorMailboxDataArrayEmpty247 This error indicates that the MailboxDataArray property in the request is empty. You must supply at least one mailbox identifier.
ErrorMailboxDataArrayTooBig248 This error occurs when more than 100 entries are supplied in a MailboxDataArray.
ErrorMailboxHoldNotFound249 The referenced mailbox hold is not found. The ErrorMailboxHoldNotFound field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorMailboxLogonFailed250 This error occurs when the connection to the mailbox to get the calendar view information failed.
ErrorMailboxMoveInProgress251 This error indicates that the mailbox is being moved to a different mailbox store or server. This error can also indicate that the mailbox is on another server or mailbox database.
ErrorMailboxStoreUnavailable252 This error indicates that one of the following error conditions occurred: The mailbox store is corrupt. The mailbox store is being stopped. The mailbox store is offline. A network error occurred when an attempt was made to access the mailbox store. The mailbox store is overloaded and cannot accept any more connections. The mailbox store has been paused.
ErrorMailRecipientNotFound253 This error occurs if the MailboxData information cannot be mapped to a valid mailbox account.
ErrorMailTipsDisabled254 Indicates that mail tips are disabled.
ErrorManagedFolderAlreadyExists255 This error occurs if the managed folder that you are trying to create already exists in a mailbox.
ErrorManagedFolderNotFound256 This error occurs when the folder name that was specified in the request does not map to a managed folder definition in AD DS. You can only create instances of managed folders for folders that are defined in AD DS. Check the name and try again.
ErrorManagedFoldersRootFailure257 This error indicates that the managed folders root was deleted from the mailbox or that a folder exists in the same parent folder that has the name of the managed folder root. This will also occur if the attempt to create the root managed folder fails.
ErrorMeetingSuggestionGenerationFailed258 This error indicates that the suggestions engine encountered a problem when it was trying to generate the suggestions.
ErrorMessageDispositionRequired259 This error occurs if the MessageDisposition attribute is not set. This attribute is required for the following: The CreateItem Operation and the UpdateItem Operation when the item being created or updated is a Message. CancelCalendarItem, AcceptItem, DeclineItem, or TentativelyAcceptItem response objects.
ErrorMessageSizeExceeded260 This error indicates that the message that you are trying to send exceeds the allowed limits.
ErrorMimeContentConversionFailed261 This error occurs when the MIME content is not a valid iCal for a CreateItem Operation. For a GetItem Operation, this response indicates that the MIME content could not be generated.
ErrorMimeContentInvalid262 This error occurs when the MIME content is invalid.
ErrorMimeContentInvalidBase64String263 This error occurs when the MIME content in the request is not a valid base 64 string.
ErrorMissingArgument264 This error indicates that a required argument was missing from the request. The response message text indicates which argument to check.
ErrorMissingEmailAddress265 This error indicates that you specified a distinguished folder ID in the request, but the account that made the request does not have a mailbox on the system. In that case, you must supply a Mailbox sub-element under DistinguishedFolderId.
ErrorMissingEmailAddressForManagedFolder266 This error indicates that you specified a distinguished folder ID in the request, but the account that made the request does not have a mailbox on the system. In that case, you must supply a Mailbox sub-element under DistinguishedFolderId. This response is returned from the CreateManagedFolder Operation.
ErrorMissingInformationEmailAddress267 This error occurs if the EmailAddress element is missing.
ErrorMissingInformationReferenceItemId268 This error occurs if the ReferenceItemId is missing.
ErrorMissingItemForCreateItemAttachment269 This error is returned when an attempt is made to not include the item element in the ItemAttachment element of a CreateAttachment Operation request.
ErrorMissingManagedFolderId270 This error occurs when the policy IDs property, property tag 0x6732, for the folder is missing. You should consider this a corrupted folder.
ErrorMissingRecipients271 This error indicates that you tried to send an item without including recipients. Note that if you call the CreateItem Operation with a message disposition that causes the message to be sent, you will get the following response code: ErrorInvalidRecipients.
ErrorMissingUserIdInformation272 This error indicates that a UserId has not been fully specified in a permissions set.
ErrorMoreThanOneAccessModeSpecified273 This error indicates that you have specified more than one ExchangeImpersonation property value within a request.
ErrorMoveCopyFailed274 This error indicates that the move or copy operation failed. Moving occurs in the CreateItem Operation when you accept a meeting request that is in the Deleted Items folder. In addition, if you decline a meeting request, cancel a calendar item, or remove a meeting from your calendar, it is moved to the Deleted Items folder.
ErrorMoveDistinguishedFolder275 This error occurs if you try to move a distinguished folder.
ErrorMultiLegacyMailboxAccess276 A request attempted to access multiple mailbox servers. The ErrorMultiLegacyMailboxAccess field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorNameResolutionMultipleResults277 This error occurs if the ResolveNames Operation returns more than one result or the ambiguous name that you specified matches more than one object in the directory. The response code includes the matched names in the response data.
ErrorNameResolutionNoMailbox278 This error indicates that the caller does not have a mailbox on the system. The ResolveNames Operation or ExpandDL Operation is invalid for connecting a user without a mailbox.
ErrorNameResolutionNoResults279 This error indicates that the ResolveNames Operation returns no results.
ErrorNoCalendar280 This error occurs if there is no Calendar folder for the mailbox.
ErrorNoDestinationCASDueToKerberosRequirements281 This error indicates that the request referred to a mailbox in another Active Directory site, but no Client Access servers in the destination site were configured for Windows Authentication, and therefore the request could not be proxied.
ErrorNoDestinationCASDueToSSLRequirements282 This error indicates that the request referred to a mailbox in another Active Directory site, but no Client Access servers in the destination site were configured for SSL connections, and therefore the request could not be proxied.
ErrorNoDestinationCASDueToVersionMismatch283 This error indicates that the request referred to a mailbox in another Active Directory site, but no Client Access servers in the destination site were of an acceptable product version to receive the request, and therefore the request could not be proxied.
ErrorNoFolderClassOverride284 This error occurs if you set the FolderClass property when you are creating an item other than a generic folder. For typed folders such as CalendarFolderType and TasksFolderType, the folder class is implied. Setting the folder class to a different folder type by using the UpdateFolder Operation results in the ErrorObjectTypeChanged response. Instead, use a generic folder type but set the folder class to the value that you require. Exchange Web Services will create the correct strongly typed folder.
ErrorNoFreeBusyAccess285 This error indicates that the caller does not have free/busy viewing rights on the Calendar folder in question.
ErrorNonExistentMailbox286 This error occurs in the following scenarios: The e-mail address is empty in CreateManagedFolder. The e-mail address does not refer to a valid account in a request that takes an e-mail address in the body or in the SOAP header, such as in an Exchange Impersonation call.
ErrorNonPrimarySmtpAddress287 This error occurs when a caller passes in a non-primary SMTP address. The response includes the correct SMTP address to use.
ErrorNoPropertyTagForCustomProperties288 This error indicates that MAPI properties in the custom range, 0x8000 and greater, cannot be referenced by property tags. You must use the PropertySetId property or the DistinguishedPropertySetId property together with the PropertyName or PropertyId properties.
ErrorNoPublicFolderReplicaAvailable289 This response code is not used.
ErrorNoPublicFolderServerAvailable290 Indicates that no public folder server was available to handle the request. The content was not available on the caller’s home public server (or they don’t have one) and was not found on any replica servers.
ErrorNoRespondingCASInDestinationSite291 This error indicates that the request referred to a mailbox in another Active Directory site, but none of the Client Access servers in that site responded, and therefore the request could not be proxied.
ErrorNotDelegate292 This error indicates that the user is not a delegate for the mailbox. It is returned by the GetDelegate Operation, the RemoveDelegate Operation, and the UpdateDelegate Operation when the specified delegate user is not found in the list of delegates.
ErrorNotEnoughMemory293 This error indicates that the operation could not be completed because of insufficient memory.
ErrorObjectTypeChanged294 This error occurs if the object type changed.
ErrorOccurrenceCrossingBoundary295 This error occurs when the Start or End time of an occurrence is updated so that the occurrence is scheduled to happen earlier or later than the corresponding previous or next occurrence.
ErrorOccurrenceTimeSpanTooBig296 This error indicates that the time allotment for a given occurrence overlaps with another occurrence of the same recurring item. This response also occurs when the length in minutes of a given occurrence is larger than Int32.MaxValue.
ErrorOperationNotAllowedWithPublicFolderRoot297 This error indicates that the current operation is not valid for the public folder root.
ErrorParentFolderIdRequired298 This response code is not used.
ErrorParentFolderNotFound299 This error occurs in the CreateFolder Operation when the parent folder is not found.
ErrorPasswordChangeRequired300 This error indicates that you must change your password before you can access this mailbox. This occurs when a new account has been created and the administrator indicated that the user must change the password at first logon. You cannot update the password by using Exchange Web Services. You must use a tool such as Microsoft Office Outlook Web App to change your password.
ErrorPasswordExpired301 This error indicates that the password has expired. You cannot change the password by using Exchange Web Services. You must use a tool such as Outlook Web App to change your password.
ErrorPhoneNumberNotDialable302 Indicates that the phone number was not in the correct phone form.
ErrorPropertyUpdate303 This error indicates that the update failed because of invalid property values. The response message includes the invalid property paths.
ErrorPromptPublishingOperationFailed304
ErrorPropertyValidationFailure305
ErrorProxiedSubscriptionCallFailure306 This error indicates that the request referred to a subscription that exists on another Client Access server, but an attempt to proxy the request to that Client Access server failed.
ErrorProxyCallFailed307 This response code is not used.
ErrorProxyGroupSidLimitExceeded308 This error indicates that the request referred to a mailbox in another Active Directory site, and the original caller is a member of more than 3,000 groups.
ErrorProxyRequestNotAllowed309 This error indicates that the request that Exchange Web Services sent to another Client Access server when trying to fulfill a GetUserAvailability request was invalid. This response code typically indicates that a configuration or rights error has occurred, or that someone tried unsuccessfully to mimic an availability proxy request.
ErrorProxyRequestProcessingFailed310 This error indicates that Exchange Web Services tried to proxy an availability request to another Client Access server for fulfillment, but the request failed. This response can be caused by network connectivity issues or request timeout issues.
ErrorProxyTokenExpired311 This response code is not used.
ErrorPublicFolderMailboxDiscoveryFailed312
ErrorPublicFolderOperationFailed313
ErrorPublicFolderRequestProcessingFailed314 This error occurs when the recipient that was passed to the GetUserAvailability Operation is located on a computer that is running a version of Exchange Server that is earlier than Exchange 2007, and the request to retrieve free/busy information for the recipient from the public folder server failed.
ErrorPublicFolderServerNotFound315 This error occurs when the recipient that was passed to the GetUserAvailability Operation is located on a computer that is running a version of Exchange Server that is earlier than Exchange 2007, and the request to retrieve free/busy information for the recipient from the public folder server failed because the organizational unit did not have an associated public folder server.
ErrorPublicFolderSyncException316
ErrorQueryFilterTooLong317 This error indicates that the search folder restriction may be valid, but it is not supported by EWS. Exchange Web Services limits restrictions to contain a maximum of 255 filter expressions. If you try to bind to an existing search folder that exceeds 255, this response code is returned.
ErrorQuotaExceeded318 This error occurs when the mailbox quota is exceeded.
ErrorReadEventsFailed319 This error is returned by the GetEvents Operation or push notifications when a failure occurs while retrieving event information. When this error is returned, the subscription is deleted. Re-create the event synchronization based on a last known watermark.
ErrorReadReceiptNotPending320 This error is returned by the CreateItem Operation if an attempt was made to suppress a read receipt when the message sender did not request a read receipt on the message or if the message is in the Junk E-mail folder.
ErrorRecurrenceEndDateTooBig321 This error occurs when the end date for the recurrence is after 9/1/4500.
ErrorRecurrenceHasNoOccurrence322 This error occurs when the specified recurrence does not have any occurrence instances in the specified range.
ErrorRemoveDelegatesFailed323 This error indicates that the delegate list failed to be saved after delegates were removed.
ErrorRequestAborted324 This response code is not used.
ErrorRequestStreamTooBig325 This error occurs when the request stream is larger than 400 KB.
ErrorRequiredPropertyMissing326 This error is returned when a required property is missing in a CreateAttachment Operation request. The missing property URI is included in the response.
ErrorResolveNamesInvalidFolderType327 This error indicates that the caller has specified a folder that is not a contacts folder to the ResolveNames Operation.
ErrorResolveNamesOnlyOneContactsFolderAllowed328 This error indicates that the caller has specified more than one contacts folder to the ResolveNames Operation.
ErrorResponseSchemaValidation329 This response code is not used.
ErrorRestrictionTooLong330 This error occurs if the restriction contains more than 255 nodes.
ErrorRestrictionTooComplex331 This error occurs when the restriction cannot be evaluated by Exchange Web Services.
ErrorResultSetTooBig332 This error indicates that the number of calendar entries for a given recipient exceeds the allowed limit of 1000. Reduce the window and try again.
ErrorInvalidExchangeImpersonationHeaderData333 This error occurs during Exchange Impersonation when a caller does not specify a UPN, an e-mail address, or a user SID. This will also occur if the caller specifies one or more of those and the values are empty.
ErrorSavedItemFolderNotFound334 This error occurs when the SavedItemFolderId is not found.
ErrorSchemaValidation335 This error occurs when the request cannot be validated against the schema.
ErrorSearchFolderNotInitialized336 This error indicates that the search folder was created, but the search criteria were never set on the folder. This only occurs when you access corrupted search folders that were created by using another API or client. To fix this error, use the UpdateFolder Operation to set the SearchParameters to include the restriction that should be on the folder.
ErrorSendAsDenied337 This error occurs when both of the following conditions occur: A user has been granted CanActAsOwner permissions but is not granted delegate rights on the principal’s mailbox. The same user tries to create and send an e-mail message in the principal’s mailbox by using the SendAndSaveCopy option. The result is an ErrorSendAsDenied error and the creation of the e-mail message in the principal’s Drafts folder.
ErrorSendMeetingCancellationsRequired338 This error is returned by the DeleteItem Operation if the SendMeetingCancellations attribute is missing from the request and the item to delete is a calendar item.
ErrorSendMeetingInvitationsOrCancellationsRequired339 This error is returned by the UpdateItem Operation if the SendMeetingInvitationsOrCancellations attribute is missing from the request and the item to update is a calendar item.
ErrorSendMeetingInvitationsRequired340 This error is returned by the CreateItem Operation if the SendMeetingInvitations attribute is missing from the request and the item to create is a calendar item.
ErrorSentMeetingRequestUpdate341 This error indicates that after the organizer sends a meeting request, the request cannot be updated. To modify the meeting, modify the calendar item, not the meeting request.
ErrorSentTaskRequestUpdate342 This error indicates that after the task initiator sends a task request, that request cannot be updated.
ErrorServerBusy343 This error occurs when the server is busy.
ErrorServiceDiscoveryFailed344 This error indicates that Exchange Web Services tried to proxy a user availability request to the appropriate forest for the recipient, but it could not determine where to send the request because of a service discovery failure.
ErrorStaleObject345 This error occurs in an UpdateItem Operation or a SendItem Operation when the change key is not up-to-date or was not supplied. Call the GetItem Operation to retrieve an updated change key and then try the operation again.
ErrorSubmissionQuotaExceeded346 Indicates that a user cannot immediately send more request because the submission quota has been reached.
ErrorSubscriptionAccessDenied347 This error occurs when you try to access a subscription by using an account that did not create that subscription. Each subscription can only be accessed by the creator of the subscription.\
ErrorSubscriptionDelegateAccessNotSupported348 This error indicates that you cannot create a subscription if you are not the owner or do not have owner access to the mailbox.
ErrorSubscriptionNotFound349 This error occurs if the subscription that corresponds to the specified SubscriptionId is not found. The subscription may have expired, the Exchange Web Services process may have been restarted, or an invalid subscription was passed in. If the subscription was valid, re-create the subscription with the latest watermark. This is returned by the Unsubscribe Operation or the GetEvents Operation responses.
ErrorSubscriptionUnsubscribed350 Indicates that the client is not subscribed to the subscription.
ErrorSyncFolderNotFound351 This error is returned by the SyncFolderItems Operation if the parent folder that is specified cannot be found.
ErrorTeamMailboxNotFound352 The site mailbox was not found. The ErrorTeamMailboxNotFound field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorTeamMailboxNotLinkedToSharePoint353 The site mailbox is not linked to an online team portal. The ErrorTeamMailboxNotLinkedToSharePoint field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorTeamMailboxUrlValidationFailed354 The site mailbox URL validation failed. The ErrorTeamMailboxUrlValidationFailed field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorTeamMailboxNotAuthorizedOwner355 The associated action can be done only by an authorized owner of the site mailbox. The ErrorTeamMailboxNotAuthorizedOwner field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorTeamMailboxActiveToPendingDelete356 A site mailbox has not been closed prior to setting its TeamMailboxLifecycleState enumeration value to PendingDelete. The ErrorTeamMailboxActiveToPendingDelete field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorTeamMailboxFailedSendingNotifications357 The site mailbox failed to send notifications. The ErrorTeamMailboxFailedSendingNotifications field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorTeamMailboxErrorUnknown358 The site mailbox error is unknown. The ErrorTeamMailboxErrorUnknown field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorTimeIntervalTooBig359 This error indicates that the time window that was specified is larger than the allowed limit. By default, the allowed limit is 42.
ErrorTimeoutExpired360 This error occurs when there is not enough time to complete the processing of the request.
ErrorToFolderNotFound361 This error indicates that the destination folder does not exist.
ErrorTokenSerializationDenied362 This error occurs if the caller tries to do a Token serialization request but does not have the ms-Exch-EPI-TokenSerialization right on the Client Access server.
ErrorUpdatePropertyMismatch363 This error occurs when the single property path that is listed in a change description does not match the single property that is being set within the actual ItemType or FolderType object.
ErrorUnifiedMessagingDialPlanNotFound364 Indicates that a user's dial plan is not available.
ErrorUnifiedMessagingReportDataNotFound365
ErrorUnifiedMessagingPromptNotFound366
ErrorUnifiedMessagingRequestFailed367 Indicates that the user could not be found.
ErrorUnifiedMessagingServerNotFound368 Indicates that a valid server for the dial plan can be found to handle the request.
ErrorUnableToGetUserOofSettings369 This response code is not used.
ErrorUnableToRemoveImContactFromGroup370
ErrorUnsupportedSubFilter371 This response code is not used.
ErrorUnsupportedCulture372 This error occurs when you try to set the Culture property to a value that is not parsable by the System.Globalization.CultureInfo class.
ErrorUnsupportedMapiPropertyType373 This error occurs when a caller tries to use extended properties of types object, object array, error, or null.
ErrorUnsupportedMimeConversion374 This error occurs when you are trying to retrieve or set MIME content for an item other than a PostItemType, MessageType, or CalendarItemType object.
ErrorUnsupportedPathForQuery375 This error occurs when the caller passes a property that is invalid for a query. This can occur when calculated properties are used.
ErrorUnsupportedPathForSortGroup376 This error occurs when the caller passes a property that is invalid for a sort or group by property. This can occur when calculated properties are used.
ErrorUnsupportedPropertyDefinition377 This response code is not used.
ErrorUnsupportedQueryFilter378 This error indicates that the search folder restriction may be valid, but it is not supported by EWS.
ErrorUnsupportedRecurrence379 This error indicates that the specified recurrence is not supported for tasks.
ErrorUnsupportedTypeForConversion380 This error indicates that Exchange Web Services found a property type in the store but it cannot generate XML for the property type.
ErrorUpdateDelegatesFailed381 This error indicates that the delegate list failed to be saved after delegates were updated.
ErrorUserNotUnifiedMessagingEnabled382 Indicates that the requester is not enabled.
ErrorVoiceMailNotImplemented383 This response code is not used.
ErrorValueOutOfRange384 Indicates that a calendar view start date or end date was set to 1/1/0001 12:00:00 AM or 12/31/9999 11:59:59 PM.
ErrorVirusDetected385 This error indicates that the Exchange store detected a virus in the message.
ErrorVirusMessageDeleted386 This error indicates that the Exchange store detected a virus in the message and deleted it.
ErrorWebRequestInInvalidState387 This response code is not used.
ErrorWin32InteropError388 This error indicates that there was an internal failure during communication with unmanaged code.
ErrorWorkingHoursSaveFailed389 This response code is not used.
ErrorWorkingHoursXmlMalformed390 This response code is not used.
ErrorWrongServerVersion391 Indicates that a request can be made only to a server that is the same version as the mailbox server.
ErrorWrongServerVersionDelegate392 Indicates that a request was made by a delegate that has a different server version than the principal's mailbox server.
ErrorMissingInformationSharingFolderId393
ErrorDuplicateSOAPHeader394 Indicates that there are duplicate SOAP headers.
ErrorSharingSynchronizationFailed395 Indicates that an attempt at synchronizing a sharing folder failed. This error code is returned when: the subscription for a sharing folder is not found; the sharing folder is not found; the corresponding directory user is not found; the user no longer exists; the appointment is invalid; the contact item is invalid; there is a communication failure with the remote server.
ErrorSharingNoExternalEwsAvailable396 Indicates that the external URL property has not been set in the Active Directory directory service database.
ErrorFreeBusyDLLimitReached397 Indicates that the maximum group member count has been reached for obtaining free/busy information for a distribution list.
ErrorInvalidGetSharingFolderRequest398 Indicates that the DataType and ShareFolderId elements are both present in a request.
ErrorNotAllowedExternalSharingByPolicy399 Indicates that the caller attempted to grant permissions in its calendar or contacts folder to a user in another organization but the attempt failed.
ErrorUserNotAllowedByPolicy400 Indicates that the requester attempted to grant permissions in its calendar or contacts folder to an external user, but the sharing policy assigned to the requester indicates that the domain of the external user is not listed in the policy.
ErrorPermissionNotAllowedByPolicy401 Indicates that the requester attempted to grant permissions in its calendar or contacts folder to an external user, but the sharing policy assigned to the requester indicates that the requested permission level is higher is than what the sharing policy allows.
ErrorOrganizationNotFederated402 Indicates that the requester's organization is not federated, so the requester cannot create sharing messages to send to an external user or cannot accept sharing messages received from an external user.
ErrorMailboxFailover403 Indicates that an attempt to access a mailbox failed because the mailbox is in a failover process.
ErrorInvalidExternalSharingInitiator404 Indicates that the sharing invitation sender did not create the sharing invitation metadata.
ErrorMessageTrackingPermanentError405 Indicates that the message tracking service cannot track the message.
ErrorMessageTrackingTransientError406 Indicates that the message tracking service is either down or busy. This error code indicates a transient error. When clients receive this error, they can try again to connect to the server.
ErrorMessageTrackingNoSuchDomain407 Indicates that the specified domain cannot be found.
ErrorUserWithoutFederatedProxyAddress408 Indicates that the requester's organization has a set of federated domains but the requester's organization does not have any SMTP proxy addresses with one of the federated domains.
ErrorInvalidOrganizationRelationshipForFreeBusy409 Indicates that a caller requested free/busy information for a user in another organization but the organizational relationship does not have free/busy enabled.
ErrorInvalidFederatedOrganizationId410 Indicates that the requestor's organization federation objects are not properly configured.
ErrorInvalidExternalSharingSubscriber411 Indicates that a sharing message is not intended for the caller.
ErrorInvalidSharingData412 Indicates that the sharing metadata is not valid. This can be caused by invalid XML.
ErrorInvalidSharingMessage413 Indicates that the sharing message is not valid. This can be caused by a missing property.
ErrorNotSupportedSharingMessage414 Indicates that the sharing message is not supported.
ErrorApplyConversationActionFailed415 This member was introduced in Exchange Server 2010 Service Pack 1 (SP1) and applies to versions of Exchange Server starting with Exchange Server 2010 SP1 and Exchange Online.
ErrorInboxRulesValidationError416 This member was introduced in Exchange Server 2010 Service Pack 1 (SP1) and applies to versions of Exchange Server starting with Exchange Server 2010 SP1 and Exchange Online.
ErrorOutlookRuleBlobExists417 This member was introduced in Exchange Server 2010 Service Pack 1 (SP1) and applies to versions of Exchange Server starting with Exchange Server 2010 SP1 and Exchange Online.
ErrorRulesOverQuota418 This member was introduced in Exchange Server 2010 Service Pack 1 (SP1) and applies to versions of Exchange Server starting with Exchange Server 2010 SP1 and Exchange Online
ErrorNewEventStreamConnectionOpened419 This member was introduced in Exchange Server 2010 Service Pack 1 (SP1) and applies to versions of Exchange Server starting with Exchange Server 2010 SP1 and Exchange Online.
ErrorMissedNotificationEvents420 This member was introduced in Exchange Server 2010 Service Pack 1 (SP1) and applies to versions of Exchange Server starting with Exchange Server 2010 SP1 and Exchange Online.
ErrorDuplicateLegacyDistinguishedName421 ErrorDuplicateLegacyDistinguishedName field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorInvalidClientAccessTokenRequest422 Invalid client access token request. The ErrorInvalidClientAccessTokenRequest field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorNoSpeechDetected423
ErrorUMServerUnavailable424
ErrorRecipientNotFound425
ErrorRecognizerNotInstalled426
ErrorSpeechGrammarError427
ErrorInvalidManagementRoleHeader428
ErrorLocationServicesDisabled429
ErrorLocationServicesRequestTimedOut430
ErrorLocationServicesRequestFailed431
ErrorLocationServicesInvalidRequest432
ErrorMailboxScopeNotAllowedWithoutQueryString433
ErrorArchiveMailboxSearchFailed434
ErrorInvalidPhotoSize435
ErrorSearchQueryHasTooManyKeywords436 The associated mailbox search query has too many keywords. The ErrorSearchQueryHasTooManyKeywords field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorSearchTooManyMailboxes437 The maximum number of mailboxes allowed in a search query has been exceeded. The ErrorSearchTooManyMailboxes field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorInvalidRetentionTagNone438 There are no retention tags. The ErrorInvalidRetentionTagNone field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
ErrorDiscoverySearchesDisabled439 Discovery searches are disabled. The ErrorDiscoverySearchesDisabled field is applicable for clients that target Exchange Online and versions of Exchange starting with Exchange Server 2013.
See Also